home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1998 November / maximum-cd-1998-11.iso / 75 S-F-U / ModemSta / Modemsta.ex_ / Modemsta / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Encoding:
Text File  |  1998-04-17  |  682 b   |  35 lines

  1. object SplashForm: TSplashForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 240
  7.   ClientWidth = 322
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Splash: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 322
  21.     Height = 240
  22.     Align = alClient
  23.     AutoSize = True
  24.     Center = True
  25.     Picture.Data = {<image000.bmp>}
  26.     Stretch = True
  27.   end
  28.   object TimerSplash: TTimer
  29.     Interval = 3000
  30.     OnTimer = TimerSplashTimer
  31.     Left = 312
  32.     Top = 120
  33.   end
  34. end
  35.